'宣言 Public Sub RegisterProp( _ ByVal propName As System.String, _ ByVal writeMethod As C1PropsTable.WriteDelegate(Of T), _ ByVal readMethod As C1PropsTable.ReadDelegate(Of T) _ )
'使用法 Dim instance As C1PropsTable(Of T) Dim propName As System.String Dim writeMethod As C1PropsTable.WriteDelegate(Of T) Dim readMethod As C1PropsTable.ReadDelegate(Of T) instance.RegisterProp(propName, writeMethod, readMethod)
public void RegisterProp( System.string propName, C1PropsTable.WriteDelegate<T> writeMethod, C1PropsTable.ReadDelegate<T> readMethod )
パラメータ
- propName
- writeMethod
- readMethod